Home

Operator Usage

Name

is-less-equal-than

Description

is-less-equal-than[value] ket
returns yes/no if the value in ket <= value


Examples

is-less-equal-than[80] |age: 76>
    |yes>

is-less-equal-than[2010] |year: 2010>
    |yes>

-- if the ket has no float value then return the empty ket |>
is-less-equal-than[13] |the cat>
    |>


See also

Operator type

ket compound